===================================================================
Dynamic Link Library : HookFunc
===================================================================

HookFunc.cpp
        
        add your user functions in it. similar as cXxx function in
        examples; need modified c_api_info[] array, fill the API function info.
        do not modified others, especially function GetCAPIINFO().

HookFunc.def - define export functions(EXPORTS)it must contain GetCAPIINFO and user functions
for files monitor, hook functions in ntdll.dll - Zwxxxxxx.

/////////////////////////////////////////////////////////////////////////////
